home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 96
/
PC Zone #096.7z
/
Dppcz1200.mdf
/
Demos
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
carfire.gsh
< prev
next >
Wrap
Text File
|
2000-09-09
|
705b
|
20 lines
// defines CarFire
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_CARFIRE_GSH
#define INCLUDED_CARFIRE_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "oilfire.gsh"
#define Rol_CarFire Rol_OilFire // they're the same at present!
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_CARFIRE_GSH